| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |||
| 4 | 4 | ||
| 5 | 5 | [project] | |
| 6 | 6 | name = "realpython-reader" | |
| 7 | - version = "1.1.3" | ||
| 7 | + version = "1.1.4" | ||
| 8 | 8 | description = "Read the latest Real Python tutorials" | |
| 9 | 9 | readme = "README.md" | |
| 10 | 10 | authors = [{ name = "Real Python", email = "info@realpython.com" }] | |
@@ -31,7 +31,7 @@ requires-python = ">=3.9" | |||
| 31 | 31 | ||
| 32 | 32 | ||
| 33 | 33 | [tool.bumpver] | |
| 34 | - current_version = "1.1.3" | ||
| 34 | + current_version = "1.1.4" | ||
| 35 | 35 | version_pattern = "MAJOR.MINOR.PATCH" | |
| 36 | 36 | commit_message = "bump version {old_version} -> {new_version}" | |
| 37 | 37 | commit = true | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,7 +19,7 @@ | |||
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | 21 | # Version of realpython-reader package | |
| 22 | - __version__ = "1.1.3" | ||
| 22 | + __version__ = "1.1.4" | ||
| 23 | 23 | ||
| 24 | 24 | # Read URL of the Real Python feed from config file | |
| 25 | 25 | _cfg = tomllib.loads(resources.read_text("reader", "config.toml")) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -40,7 +40,7 @@ | |||
| 40 | 40 | Version: | |
| 41 | 41 | -------- | |
| 42 | 42 | ||
| 43 | - - realpython-reader v1.1.3 | ||
| 43 | + - realpython-reader v1.1.4 | ||
| 44 | 44 | """ | |
| 45 | 45 | # Standard library imports | |
| 46 | 46 | import sys | |
| Back | FazBrowse Home | New Git URL |
0 commit comments