Skip to content

Commit 9a5feee

Browse files
mugdhadhole1BTI-00085
andauthored
Bump lobster 1.0.3 (#510)
Co-authored-by: BTI-00085 <bti-00085@Bmwtechworks.local@PUN1LPT000040.bmwtechworks.local>
1 parent 65e218f commit 9a5feee

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
## Changelog
44

55

6+
### 1.0.3-dev
7+
8+
9+
610
### 1.0.2
711

812
* `lobster-trlc`:

lobster/common/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# License along with this program. If not, see
1818
# <https://www.gnu.org/licenses/>.
1919

20-
VERSION_TUPLE = (1, 0, 2)
21-
VERSION_SUFFIX = ""
20+
VERSION_TUPLE = (1, 0, 3)
21+
VERSION_SUFFIX = "dev"
2222

2323
LOBSTER_VERSION = ".".join(str(x) for x in VERSION_TUPLE) + (
2424
"-%s" % VERSION_SUFFIX if VERSION_SUFFIX else ""

0 commit comments

Comments
 (0)