Skip to content
Snippets Groups Projects
Commit c5c91919 authored by Saara Saaninkoski's avatar Saara Saaninkoski
Browse files

Merge branch '1-release-1-0-10' into 'master'

Resolve "Release 1.0.10"

Closes #1

See merge request fsd/kvalikirstu2!2
parents d8c9d04f f9d17177
No related branches found
No related tags found
No related merge requests found
Kvalikirstu2 Changelog
======================
1.0.10 - 2021/05/05
------------------
- Text replace and text add windows are now resizeable
1.0.9 - 2021/03/29
------------------
- Whitespace now correctly evaluated for text:s tags
......
"""A module for the text adding window."""
import wx.stc
import wx
from kvalikirstu2 import argument_parser
from kvalikirstu2 import gui_utils
from kvalikirstu2.localization import _
......
"""A module for the text replacing window."""
import wx.stc
import wx
from kvalikirstu2 import argument_parser
from kvalikirstu2 import gui_utils
from kvalikirstu2 import progress_dialog
......
......@@ -7,7 +7,7 @@ from setuptools import setup, find_packages
setup(
name='kvalikirstu2',
version='1.0.9',
version='1.0.10',
url='',
description='A tool for analyzing qualitative studies',
author='Jukka Lipsanen and Saara Saaninkoski',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment