Skip to content

Commit 10aedd8

Browse files
authored
Merge pull request #66 from gitpython-developers/copilot/fix-issue-65-smmap
Publish updated package metadata by bumping smmap to 5.0.3
2 parents 5ec977a + e4ad410 commit 10aedd8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

doc/source/changes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
33
#########
44

5+
******
6+
v5.0.3
7+
******
8+
9+
- declare support for Python 3.13
10+
11+
For more, see https://github.com/gitpython-developers/smmap/compare/v5.0.3...v5.0.2
12+
513
******
614
v5.0.2
715
******

smmap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__author__ = "Sebastian Thiel"
44
__contact__ = "byronimo@gmail.com"
55
__homepage__ = "https://github.com/gitpython-developers/smmap"
6-
version_info = (5, 0, 2)
6+
version_info = (5, 0, 3)
77
__version__ = '.'.join(str(i) for i in version_info)
88

99
# make everything available in root package for convenience

0 commit comments

Comments
 (0)