Skip to content

Commit 849a323

Browse files
committed
fix(release): bump version
1 parent 92adc72 commit 849a323

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased][unrealeased]
3+
## 1.1.0 - 2020-10-22
44

55
### Added
66
- Document is closed if underlying file is deleted

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ A python 3.5, PyQt5 project.
88

99
## Install pugdebug
1010

11-
`pip3 install -r requirements.txt`
11+
### Install from pip
12+
13+
`pip install pubdebug`
14+
15+
### Install from source
16+
17+
`pip install -r requirements.txt`
1218

1319
## Using pugdebug
1420

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='pugdebug',
10-
version='1.0.0',
10+
version='1.1.0',
1111
description='A standalone debugging client for PHP applications',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)