File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v0.0.4 (2023-10-16)
6
+
7
+ ### Other
8
+
9
+ * <bot > update setup.cfg ([ ` decd9fc ` ] ( https://github.com/icecube/skywriter/commit/decd9fc7e7fd9d85d758569a45164fde25317068 ) )
10
+ * Set ` python_max = 3.11 ` ([ ` bb9ad34 ` ] ( https://github.com/icecube/skywriter/commit/bb9ad343e7629097404fb028aeb7473bd6a4a7e4 ) )
11
+ * <bot > update requirements.txt ([ ` 5f11959 ` ] ( https://github.com/icecube/skywriter/commit/5f119590af32021a18cd5cc2c374cf958c76203a ) )
12
+ * <bot > update requirements-tests.txt ([ ` 895b134 ` ] ( https://github.com/icecube/skywriter/commit/895b134daa2441625697dccf50f18e8799231ec8 ) )
13
+ * <bot > update setup.cfg ([ ` 3f64fb9 ` ] ( https://github.com/icecube/skywriter/commit/3f64fb9bcf26416c449f2283e77e14fb8fc76e38 ) )
14
+ * Use
` python-semantic-release/[email protected] ` (
[ ` f0f82a7 ` ] ( https://github.com/icecube/skywriter/commit/f0f82a7d3ecc0f5b9e494c15dd63d6ce02d9acf2 ) )
15
+
5
16
## v0.0.3 (2023-06-15)
6
17
7
18
### Other
Original file line number Diff line number Diff line change 13
13
# is zero for an official release, positive for a development branch,
14
14
# or negative for a release candidate or beta (after the base version
15
15
# number has been incremented)
16
- __version__ = "0.0.3 "
16
+ __version__ = "0.0.4 "
17
17
version_info = (
18
18
int (__version__ .split ("." )[0 ]),
19
19
int (__version__ .split ("." )[1 ]),
You can’t perform that action at this time.
0 commit comments