Skip to content

Commit e0c0e61

Browse files
committed
Bump version and update HISTORY for 2.10 release.
1 parent b22508c commit e0c0e61

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,10 @@ Bug fix release:
126126

127127
* [Issue 58](https://github.com/adobe-apiplatform/umapi-client.py/issues/58)
128128
* Error when adding more than 10 groups in a single action step.
129+
130+
### Version 2.10
131+
132+
Enhancement release:
133+
134+
* [Issue 33](https://github.com/adobe-apiplatform/umapi-client.py/issues/33)
135+
* Allow connection configuration via environment variables.

umapi_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
# SOFTWARE.
2020

21-
__version__ = "2.9"
21+
__version__ = "2.10"

0 commit comments

Comments
 (0)