Skip to content

Commit

Permalink
Merge pull request #446 from aapatre/develop
Browse files Browse the repository at this point in the history
Update CHANGELOG dates for v4.1.4
  • Loading branch information
cullzie committed Feb 21, 2024
2 parents 1705269 + c6a1ceb commit 1d574d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.1.4] - 2023-07-26
## [4.1.4] - 2024-02-21

### Fixed
- Fixing issues with enrollment
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "udemy-enroller"
version = "4.1.3"
version = "4.1.4"
description = ""
homepage = "https://github.com/aapatre/Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE"
authors = ["aapatre <udemyenroller@gmail.com>", "fakeid <udemyenroller@gmail.com>", "cullzie <udemyenroller@gmail.com>"]
Expand Down Expand Up @@ -42,7 +42,7 @@ flake8-isort = "^5.0.3"
profile = "black"

[tool.bumpver]
current_version = "v4.1.3"
current_version = "v4.1.4"
version_pattern = "vMAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Setup."""

import pathlib

from setuptools import find_packages, setup
Expand All @@ -9,7 +10,7 @@

setup(
name="udemy-enroller",
version="4.1.3",
version="4.1.4",
long_description=long_description,
long_description_content_type="text/markdown",
author="aapatre",
Expand Down

0 comments on commit 1d574d0

Please sign in to comment.