Skip to content

Commit

Permalink
pydicts-0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
turulomio committed Apr 12, 2023
1 parent 45656d7 commit f52b35d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions NEW_RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# New Release Procedure
1. Change __version__ in __init__.py
2. Add changelog to README.md
3. Make a comit with the form pydicts-$NEWVERSION$
4. git push
5. Create a new release setting $NEWVERSION$
6. poetry publish --username --password
1. Change version in pyproject.toml
2. Change __version__ in __init__.py
3. Add changelog to README.md
4. Make a comit with the form pydicts-$NEWVERSION$
5. git push
6. Create a new release setting $NEWVERSION$
7. poetry publish --username --password

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydicts"
version = "0.1.0"
version = "0.2.0"
description = "Module to use dictionaries in various situations"
authors = ["turulomio <[email protected]>"]
license = "GPL-3.0"
Expand Down

0 comments on commit f52b35d

Please sign in to comment.