Skip to content

Commit

Permalink
Release v0.0.1
Browse files Browse the repository at this point in the history
Add dev dependencies to pyproject.toml
  • Loading branch information
dormant-user committed Jun 28, 2024
1 parent c83b01c commit 8323ca2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion git2s3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from git2s3.main import Git2S3

version = "0.0.0-b"
version = "0.0.1"


@click.command()
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ packages = ["git2s3"]
version = {attr = "git2s3.version"}
dependencies = { file = ["requirements.txt"] }

[project.optional-dependencies]
dev = ["sphinx==5.1.1", "pre-commit", "recommonmark", "gitverse"]

[project.scripts]
# sends all the args to commandline function, where the arbitary commands as processed accordingly
git2s3 = "git2s3:commandline"
Expand Down
16 changes: 11 additions & 5 deletions release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
Release Notes
=============

v1.0.0 (09/16/2022)
v0.0.1 (06/27/2024)
-------------------
- refactor: change formatting command
- Release `v0.0.1`
- **Full Changelog**: https://github.com/thevickypedia/git2s3/compare/ba49b99...c83b01c

v1.1.6 (08/25/2022)
-------------------
- ci: fix top-issues-action syntax
v0.0.0-b (06/26/2024)
---------------------
- Release beta version

v0.0.0-a (06/25/2024)
---------------------
- Pre-alpha release to pypi
- Includes cloning of all repositories

0 comments on commit 8323ca2

Please sign in to comment.