Skip to content

Commit

Permalink
bump version, add release doc
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Feb 9, 2023
1 parent c245052 commit 5c1cc6d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ To push the `dtreeviz` library to your local egg cache (force updates) during de
python setup.py install -f
```

E.g., on Terence's box, it add `/Users/parrt/anaconda3/lib/python3.6/site-packages/dtreeviz-2.1.3-py3.6.egg`.
E.g., on Terence's box, it add `/Users/parrt/anaconda3/lib/python3.6/site-packages/dtreeviz-2.1.4-py3.6.egg`.

## Feedback

Expand Down
2 changes: 1 addition & 1 deletion dtreeviz/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
"""
__version__ = '2.1.3'
__version__ = '2.1.4'
12 changes: 12 additions & 0 deletions releasing.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Releasing dtreeviz

1. Update version.py, setup.py, README.
2. Merge dev into master
3. Create release notes
4. Push to pypi
5. Announce

```
python3 -m build
twine upload dist/dtreeviz-2.1.2.tar.gz dist/dtreeviz-2.1.2-py3-none-any.whl
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='dtreeviz',
version='2.1.3',
version='2.1.4',
url='https://github.com/parrt/dtreeviz',
license='MIT',
packages=find_packages(),
Expand Down

0 comments on commit 5c1cc6d

Please sign in to comment.