Skip to content

Commit 6ecf7da

Browse files
committed
Release version, small adjustments to README.md
1 parent 87cccf7 commit 6ecf7da

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ Version 0.9.2
2323
- Added some animal sounds.
2424
- README.md is now drafted
2525
- Uploading to test-PyPi
26+
- Renaming package to py-lancer to avoid clash in PyPi
2627

2728

28-
Version 0.9.3 (TODO)
29+
Version 1.0.0 (TODO)
2930
===========
3031

3132
- test PyPi is working as expected.

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Lancer
22
Ever heard of Black? This is the opposite.
3-
A tool to turn your clean python code into a hideous mess.
3+
A tool to turn your clean python code into a hideous (working) mess.
44

55
## Features
66
1. Turn all comments into Pitbull lyrics 💃
7-
2. Turn all your variable names into a mixture of animal sounds and horribly similar looking characters like "bark_bark_0OO0O".
8-
3. Code still compiles after all these _improvements_! 👷
7+
2. Turn all your variable names into a mixture of animal sounds and horribly similar looking characters like "bark_bark_0OO0O". 🐶
8+
3. Add irritating white spaces.
9+
4. Code still compiles after all these _improvements_! 👷
910

1011

1112
## Example
@@ -36,7 +37,7 @@ After:
3637
def quack_Il1Ι1l(squeak_squeak_IIΙΙlI: int, honk_honk_honk_aaαaα: int) -> int:
3738

3839
# Bada bing, bada boom
39-
growl_growl_growl_ααaaα = squeak_squeak_IIΙΙlI + honk_honk_honk_aaαaα
40+
growl_growl_growl_ααaaα= squeak_squeak_IIΙΙlI + honk_honk_honk_aaαaα
4041

4142
# Hey baby, givin' it your all when you're dancin' on me
4243
return growl_growl_growl_ααaaα

0 commit comments

Comments
 (0)