Skip to content

Commit

Permalink
version bump (#79)
Browse files Browse the repository at this point in the history
* version bump
  • Loading branch information
kbrose committed Apr 1, 2021
1 parent 8db56dd commit 2a61d0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

### Unreleased

* Updated development-only dependency `y18n`
### 1.13.0

* This extension has been installed half a million times. That's pretty cool.
* Added dontation link.
* Updated development-only dependency `y18n`.
* Refactored code to make it more testable.

### 1.12.0
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Correct python indentation in Visual Studio Code. See the extension on the [VSCo
[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/KevinRose.vsc-python-indent.svg)](https://marketplace.visualstudio.com/items?itemName=KevinRose.vsc-python-indent)
[![Stars](https://vsmarketplacebadge.apphb.com/rating-star/KevinRose.vsc-python-indent.svg)](https://marketplace.visualstudio.com/items?itemName=KevinRose.vsc-python-indent)

Please consider [donating via paypal](paypal.me/2kbrose) if you find this extension useful and have some spare cash!

## How it works

Every time you press the `Enter` key in a python context, this extension will parse your python file up to the location of your cursor, and determine exactly how much the next line (or two in the case of hanging indents) should be indented and how much nearby lines should be un-indented.
Expand Down

0 comments on commit 2a61d0d

Please sign in to comment.