File tree Expand file tree Collapse file tree 4 files changed +22
-12
lines changed
Expand file tree Collapse file tree 4 files changed +22
-12
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4+ 0.4.0 (unreleased)
5+ ------------------
6+
7+ * Dropped support for Python 3.8 and lower, added support for Python 3.11 and
8+ higher.
9+
10+ * Added a ``digit_group_separator `` parameter to ``Price.fromstring() ``.
11+
4120.3.4 (2020-11-25)
513------------------
614
Original file line number Diff line number Diff line change 1+ [tool .bumpversion ]
2+ current_version = " 0.3.4"
3+ commit = true
4+ tag = true
5+ tag_name = " {new_version}"
6+
7+ [[tool .bumpversion .files ]]
8+ filename = ' CHANGES.rst'
9+ search = " \\ (unreleased\\ )$"
10+ replace = " ({now:%Y-%m-%d})"
11+ regex = true
12+
13+ [[tool .bumpversion .files ]]
14+ filename = " setup.py"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python
2- # -*- coding: utf-8 -*-
31from setuptools import find_packages , setup
42
53setup (
You can’t perform that action at this time.
0 commit comments