Skip to content

Commit 414ccac

Browse files
author
github-actions
committed
1.0.13
Automatically generated by python-semantic-release
1 parent e746813 commit 414ccac

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.0.13 (2024-05-03)
6+
7+
### Other
8+
9+
* Fix py-versions matrix ([`e746813`](https://github.com/WIPACrepo/people-directory/commit/e7468138a90298a2a59b2c7295a5b646cc86a9db))
10+
* Fix semantic release version ([`328398c`](https://github.com/WIPACrepo/people-directory/commit/328398ce7421d3c984b0b620e7e8b4c5e5c411d9))
11+
* Update python version and deps ([#4](https://github.com/WIPACrepo/people-directory/issues/4)) ([`5de7c5f`](https://github.com/WIPACrepo/people-directory/commit/5de7c5f5d117614e60e7fab83d663c8e7837d005))
12+
* Bump py-versions CI release v2.1 ([#3](https://github.com/WIPACrepo/people-directory/issues/3)) ([`0bc2388`](https://github.com/WIPACrepo/people-directory/commit/0bc2388d87721a9f2c36169ed58fb378fd2f1a76))
13+
514
## v1.0.12 (2022-06-23)
615

716

people_directory/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# is zero for an official release, positive for a development branch,
66
# or negative for a release candidate or beta (after the base version
77
# number has been incremented)
8-
__version__ = "1.0.12"
8+
__version__ = "1.0.13"
99
version_info = (
1010
int(__version__.split(".")[0]),
1111
int(__version__.split(".")[1]),

0 commit comments

Comments
 (0)