Skip to content

Commit

Permalink
Merge pull request #255 from cullzie/develop
Browse files Browse the repository at this point in the history
Bump version to 3.0.0
  • Loading branch information
fakeid30 authored Mar 4, 2021
2 parents a32dc1b + 923bcd2 commit 6dbb031
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
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).

## [3.0.0] - 2021-03-03

### Added

- Enrollment now relies on REST requests
- New coupon source from coursevania

### Removed
- No longer supporting browser enrolment (Bot captcha was unsolvable)

## [2.0.0] - 2021-01-19

### Added
Expand Down Expand Up @@ -64,6 +75,8 @@ can continue as normal
project running locally. Suitable for users who are not looking forward to
contribute.

[3.0.0]:
https://github.com/aapatre/Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE/releases/tag/v3.0.0
[2.0.0]:
https://github.com/aapatre/Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE/releases/tag/v2.0.0
[1.0.0]:
Expand Down
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 = "automatic-udemy-course-enroller-get-paid-udemy-courses-for-free"
version = "2.0.0"
version = "3.0.0"
description = ""
authors = [""]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

0 comments on commit 6dbb031

Please sign in to comment.