Skip to content

Commit

Permalink
Bump version to 1.0.0 for PyPi release
Browse files Browse the repository at this point in the history
Add changelog for 1.0.0

Fix typo in docs\whats_new.rst
  • Loading branch information
Soheab committed Sep 17, 2023
1 parent 6422d95 commit e945dd9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion discord/ext/modal_paginator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .core import ModalPaginator as ModalPaginator, PaginatorModal as PaginatorModal
from .custom_button import CustomButton as CustomButton

__version__ = "0.0.2a"
__version__ = "1.0.0"
__author__ = "Soheab"
__license__ = "MPL-2.0"
9 changes: 8 additions & 1 deletion docs/whats_new.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. currentmodule:: somerandomapi
.. currentmodule:: discord.ext.modal_paginator

.. _whats_new:

Expand All @@ -8,6 +8,13 @@ Changelog
This page keeps a detailed human friendly rendering of what's new and changed
in specific versions.

v1.0.0
-------

- First stable release!
- Added the ability to customize the buttons of the paginator. See the ``buttons=`` kwarg on :class:`.ModalPaginator` for more information.


v0.0.1
-------

Expand Down

0 comments on commit e945dd9

Please sign in to comment.