Skip to content

Commit e5b6d2d

Browse files
authored
Release v1.2.0 (#19)
* Update changelog * Release 1.2.0 * Add _version.py to gitignore * Update version
1 parent 33631b0 commit e5b6d2d

3 files changed

Lines changed: 4 additions & 16 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,3 +300,5 @@ dev/
300300

301301
# pytest cache
302302
pytestdebug.log
303+
304+
*/_version.py

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

mailgun/_version.py

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1 @@
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"

0 commit comments

Comments
 (0)