File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77
88name = 'pyrsl'
9- date = '2018-04-22 '
9+ date = '2018-05-02 '
1010version = '2.0'
11- release = '2.0.0 ' # # ensure that this is the same as in setup.py
11+ release = '2.0.1 ' # # ensure that this is the same as in setup.py
1212
1313complete_string = '%s v%s (%s)' % (name , release , date )
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ def run(self):
111111
112112
113113opts = dict (name = 'pyrsl' ,
114- version = '2.0.0 ' , # ensure that this is the same as in rsl.version
114+ version = '2.0.1 ' , # ensure that this is the same as in rsl.version
115115 description = 'Interpreter for the Rule Specification Language (RSL)' ,
116116 author = 'John Törnblom' ,
117117 author_email = 'john.tornblom@gmail.com' ,
@@ -123,7 +123,8 @@ def run(self):
123123 'Topic :: Software Development :: Interpreters' ,
124124 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)' ,
125125 'Programming Language :: Python :: 2.7' ,
126- 'Programming Language :: Python :: 3.4' ],
126+ 'Programming Language :: Python :: 3.5' ,
127+ 'Programming Language :: Python :: 3.6' ],
127128 keywords = 'rsl xtuml bridgepoint' ,
128129 packages = ['rsl' ],
129130 data_files = [('share/gtksourceview-3.0/language-specs' ,
You can’t perform that action at this time.
0 commit comments