osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/python/osmo-python-tests/+/43362?usp=email )

Change subject: Bump version: 0.4.0
......................................................................

Bump version: 0.4.0

Change-Id: Iebf5348f73daa7766b065e1cd935a1f6cf7f241b
---
M debian/changelog
M osmopy/__init__.py
2 files changed, 37 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  fixeria: Looks good to me, approved
  laforge: Looks good to me, approved




diff --git a/debian/changelog b/debian/changelog
index 75c8dea..572f827 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,39 @@
+osmo-python-tests (0.4.0) unstable; urgency=medium
+
+  [ Oliver Smith ]
+  * contrib/jenkins: do install --user
+  * tests/test_py3: fix deprecated loop arg
+  * scripts/osmotestconfig: remove unused rmtemp arg
+  * scripts/osmotestconfig: fail with trace on 1st err
+  * scripts/osmotestconfig: rmtree: no ignore_errors
+  * scripts/osmotestconfig: copy_config: no copytree
+  * scripts/osmotestconfig: copy_config: tweak mkdir
+  * scripts/osmotestconfig: remove_tmpdir -> shutil.rmtree
+  * Modernize python packaging
+  * README: update
+
+  [ Vadim Yanitskiy ]
+  * fix "SyntaxWarning: invalid escape sequence '\('"
+  * [pylint] osmopy/obscvty.py: fix E1130 (invalid-unary-operand-type)
+  * contrib/jenkins.sh: do not run test_py3.py twice
+  * contrib/jenkins.sh: use virtualenv and pip
+  * debian: do not install osmo-ctrl2cgi.service
+  * debian: python3-osmopy-utils does not need python3-treq
+  * debian: add python3-osmopy-{libs,utils}.install
+  * debian: install /etc/osmocom/osmo-trap2cgi.ini
+  * Drop osmopy/twisted_ipa.py and scripts/{ctrl2cgi.py,soap.py}
+
+  [ Andreas Eversberg ]
+  * osmotestconfig: fix return value of write_config()
+
+  [ Pau Espin Pedrol ]
+  * Update osmopy module version to match released tag
+
+  [ Alexander Couzens ]
+  * osmo_interact: improve vty transcript language by a regular rexex
+
+ -- Oliver Smith <[email protected]>  Fri, 21 Aug 2026 12:56:39 +0200
+
 osmo-python-tests (0.3.0) unstable; urgency=medium

   [ Vadim Yanitskiy ]
diff --git a/osmopy/__init__.py b/osmopy/__init__.py
index 4ae51c8..31978b6 100644
--- a/osmopy/__init__.py
+++ b/osmopy/__init__.py
@@ -1,4 +1,4 @@
 #!/usr/bin/env python3
-__version__ = '0.3.0'
+__version__ = '0.4.0'

 __all__ = ['obscvty', 'osmoutil', 'osmo_ipa', 'osmo_interact', 'trap_helper', 
'twisted_ipa']

--
To view, visit 
https://gerrit.osmocom.org/c/python/osmo-python-tests/+/43362?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-Change-Id: Iebf5348f73daa7766b065e1cd935a1f6cf7f241b
Gerrit-Change-Number: 43362
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to