File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 300300
301301# pytest cache
302302pytestdebug.log
303+
304+ * /_version.py
Original file line number Diff line number Diff line change @@ -24,13 +24,10 @@ We [keep a changelog.](http://keepachangelog.com/)
2424- Fix some pylint warnings related to docstrings
2525- Update CI workflows
2626
27- ## Removed
28-
29- - Remove ` */_version.py ` from ` .gitignore `
30-
3127### Pull Requests Merged
3228
3329- [ PR_18] ( https://github.com/mailgun/mailgun-python/pull/18 ) - Add support for the Logs API endpoint
30+ - [ PR_19] ( https://github.com/mailgun/mailgun-python/pull/19 ) - Release v1.2.0
3431
3532## [ 1.1.0] - 2025-07-12
3633
Original file line number Diff line number Diff line change 1- """
2- Provides the version information for the package.
3-
4- This module is generated or managed by a versioning tool
5- (setuptools_scm) to ensure a single source of truth
6- for the package's version number.
7-
8- The `__version__` variable within this module holds the current
9- version string of the package, formatted according to PEP 440.
10- """
11-
12- __version__ = "1.1.0"
1+ __version__ = "1.2.0"
You can’t perform that action at this time.
0 commit comments