Skip to content

Commit 2adeafa

Browse files
authored
Publish 13.4.1 on PyPI (#318)
* 13.4.1 metadata * Fixed changed log
1 parent 43d9baf commit 2adeafa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: HISTORY.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
==========
33

4+
13.4.1 (2025-02-21)
5+
---------------------
6+
7+
* Initial release for DSS 13.4.1
8+
49
13.4.0 (2025-02-11)
510
---------------------
611

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
VERSION = "13.4.0"
5+
VERSION = "13.4.1"
66

77
long_description = (open('README').read() + '\n\n' +
88
open('HISTORY.txt').read())

0 commit comments

Comments
 (0)