File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.1.2 — 2025-02-15
9+ ### Removed
10+
11+ - [x] remove unused ` pprint ` statement
12+
813## 0.1.1 — 2025-02-15
914### Removed
1015
Original file line number Diff line number Diff line change 77
88setuptools .setup (
99 name = 'yoficator' ,
10- version = '0.1.1 ' ,
10+ version = '0.1.2 ' ,
1111 description = 'A Russian text yoficator (ёфикатор)' ,
1212 long_description = long_description ,
1313 long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change 33from __future__ import print_function , unicode_literals
44import codecs
55import os , sys
6- import pprint
76import regex as re
87
98#-------------------------------------------------------------------------#
6665
6766# TODO Better handle lowercase, uppercase
6867
69- pp = pprint .PrettyPrinter (4 )
70-
7168workingDir = os .path .abspath (os .path .dirname (__file__ )) + '/_data'
7269dictionaryFile = workingDir + "/yoficator.dic"
7370
You can’t perform that action at this time.
0 commit comments