Skip to content

Commit

Permalink
Bump version: 0.3 → 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ziima committed May 14, 2024
1 parent eaa0e8b commit 2526b32
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3
current_version = 1.0
commit = true
tag = true
parse = (?P<major>\d+)\.(?P<minor>\d+)
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ ChangeLog
:backlinks: none
:local:

1.0 (2024-05-14)
----------------

* Drop support for python 3.7.
* Add support for python 3.11.
* Add support for python 3.12.
* Fix for tox 4.15.
* Update project setup.

0.3 (2023-02-02)
----------------

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = tox-ipdb-plugin
version = 0.3
version = 1.0
url = https://github.com/CZ-NIC/tox-ipdb-plugin
author = Vlastimil Zíma
author_email = vlastimil.zima@nic.cz
Expand Down
2 changes: 1 addition & 1 deletion tox_ipdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import tox

__version__ = '0.3'
__version__ = '1.0'
_LOGGER = logging.getLogger(__name__)


Expand Down

0 comments on commit 2526b32

Please sign in to comment.