diff --git a/docs/source/WhatsNew.md b/docs/source/WhatsNew.md index 09989d3..ffe4748 100644 --- a/docs/source/WhatsNew.md +++ b/docs/source/WhatsNew.md @@ -1,6 +1,10 @@ (whats-new-anchor)= # What's new? +**Oct 6 to Oct 9, 2024**: **HED at sFN 2004** +> Stop by [**sFN Booth #1839](https://sfn24.smallworldlabs.com/co/swartz-center-for-computational-neuroscience) +> Hear about HED -- tell us about your thoughts and suggestions. + **Sept 20, 2024**: **HED LANG 1.0.0 paper preprint available.** > HED LANG 1.0.0 is new HED library schema for describing language stimuli. > HED LANG – A Hierarchical Event Descriptors library extension for annotation of language cognition experiments diff --git a/setup.py b/setup.py index 2cf87eb..e76cc57 100644 --- a/setup.py +++ b/setup.py @@ -5,4 +5,4 @@ if __name__ == "__main__": setup(version=versioneer.get_version(), - cmdclass=versioneer.get_cmdclass()) \ No newline at end of file + cmdclass=versioneer.get_cmdclass())