Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
benhacka committed Aug 7, 2021
1 parent b325a40 commit 308b9cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.2] - 2021-08-02
## [0.1.3] - 2021-08-07

### Fixed
- Added an addition possible path for parsing username.
- Fixed Window's console encoding error - added `cp1252` encoding.
- Fixed Window's (with a kludge) issue with a closed loop at finishing of the script.


## [0.1.2] - 2021-08-02

### Added
- Added new functionality for restoring the datetime of the content
Expand Down
2 changes: 1 addition & 1 deletion vsco_downloader/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.2'
__version__ = '0.1.3'

0 comments on commit 308b9cc

Please sign in to comment.