Skip to content

Commit

Permalink
Release changes (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
spxiwh authored Sep 5, 2024
1 parent c4671fd commit 434798b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
sbank (1.0.5-1) stable; urgency=low

* Packaging updates to prepare for numpy 2 release

-- Ian Harry <[email protected]> Thu, 05 Sep 2024 18:06:00 +0000

sbank (1.0.4-1) stable; urgency=low

* Actually get release right
Expand Down
2 changes: 1 addition & 1 deletion python-sbank.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define srcname sbank
%define version 1.0.4
%define version 1.0.5
%define release 1

# -- src.rpm metadata -------
Expand Down
2 changes: 1 addition & 1 deletion sbank/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.4"
__version__ = "1.0.5"

0 comments on commit 434798b

Please sign in to comment.