Skip to content

Commit

Permalink
[@yorevs] Push for new deployment -> 'setman'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Saporetti Junior committed Oct 9, 2023
1 parent 5740751 commit 813cbe5
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion modules/setman/bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "0.10.25"
current_version = "0.10.26"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "++version {old_version} -> {new_version}"
commit = false
Expand Down
2 changes: 1 addition & 1 deletion modules/setman/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
app_version = '0.10.25'
app_version = '0.10.26'
app_name = 'hspylib-setman'
4 changes: 2 additions & 2 deletions modules/setman/src/demo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# _*_ coding: utf-8 _*_
#
# hspylib-setman v0.10.25
# hspylib-setman v0.10.26
#
# Package: demo
"""Package initialization."""

__all__ = [
'settings'
]
__version__ = '0.10.25'
__version__ = '0.10.26'
4 changes: 2 additions & 2 deletions modules/setman/src/demo/settings/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# _*_ coding: utf-8 _*_
#
# hspylib-setman v0.10.25
# hspylib-setman v0.10.26
#
# Package: demo.settings
"""Package initialization."""

__all__ = [
'settings_demo'
]
__version__ = '0.10.25'
__version__ = '0.10.26'
2 changes: 1 addition & 1 deletion modules/setman/src/main/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Manage your terminal settings

[![License](https://badgen.net/badge/license/MIT/gray)](LICENSE.md)
[![Release](https://badgen.net/badge/release/v0.10.25/gray)](CHANGELOG.md#unreleased)
[![Release](https://badgen.net/badge/release/v0.10.26/gray)](CHANGELOG.md#unreleased)
[![PyPi](https://badgen.net/badge/icon/python?icon=pypi&label)](https://pypi.org/project/hspylib-setman)
[![GitHub](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com/yorevs/hspylib)
[![Gitter](https://badgen.net/badge/icon/gitter?icon=gitter&label)](https://gitter.im/hspylib/community)
Expand Down
4 changes: 2 additions & 2 deletions modules/setman/src/main/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# _*_ coding: utf-8 _*_
#
# hspylib-setman v0.10.25
# hspylib-setman v0.10.26
#
# Package: main
"""Package initialization."""

__all__ = [
'setman'
]
__version__ = '0.10.25'
__version__ = '0.10.26'
2 changes: 1 addition & 1 deletion modules/setman/src/main/setman/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.25
0.10.26
4 changes: 2 additions & 2 deletions modules/setman/src/main/setman/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-setman v0.10.25
# hspylib-setman v0.10.26
#
# Package: main.setman
"""Package initialization."""
Expand All @@ -9,4 +9,4 @@
'core',
'settings'
]
__version__ = '0.10.25'
__version__ = '0.10.26'
4 changes: 2 additions & 2 deletions modules/setman/src/main/setman/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-setman v0.10.25
# hspylib-setman v0.10.26
#
# Package: main.setman.core
"""Package initialization."""
Expand All @@ -10,4 +10,4 @@
'setman_config',
'setman_enums'
]
__version__ = '0.10.25'
__version__ = '0.10.26'
4 changes: 2 additions & 2 deletions modules/setman/src/main/setman/settings/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-setman v0.10.25
# hspylib-setman v0.10.26
#
# Package: main.setman.settings
"""Package initialization."""
Expand All @@ -12,4 +12,4 @@
'settings_repository',
'settings_service'
]
__version__ = '0.10.25'
__version__ = '0.10.26'
4 changes: 2 additions & 2 deletions modules/setman/src/test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# _*_ coding: utf-8 _*_
#
# hspylib-setman v0.10.25
# hspylib-setman v0.10.26
#
# Package: test
"""Package initialization."""

__all__ = [
'test_main'
]
__version__ = '0.10.25'
__version__ = '0.10.26'

0 comments on commit 813cbe5

Please sign in to comment.