Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pankrat committed Nov 12, 2019
1 parent d253901 commit 3eeed31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.8 - 2019-11-12

### Added
- Python 3.8 support
Expand Down
6 changes: 3 additions & 3 deletions pympler/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

project_name = 'Pympler'
version = '0.7'
version = '0.8'
url = 'https://github.com/pympler/pympler'
license = 'Apache License, Version 2.0'
author = 'Jean Brouwers, Ludwig Haehne, Robert Schuppenies'
Expand All @@ -31,6 +31,6 @@
visualisation and class tracker statistics.
Pympler is written entirely in Python, with no dependencies to
external libraries. It has been tested with Python 2.7, 3.4, 3.5, 3.6, 3.7, 3.8
on Linux, Windows and MacOS X.
external libraries. It has been tested with Python 2.7, 3.4, 3.5, 3.6,
3.7, 3.8 on Linux, Windows and MacOS X.
'''

0 comments on commit 3eeed31

Please sign in to comment.